home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / library / mkdiz100.lha / MakeDIZ.DOC < prev    next >
Text File  |  1996-02-07  |  4KB  |  105 lines

  1.  
  2.             MakeDIZ - Get descriptions from .readme files
  3.                       (C) 1996 by Piergiorgio Ghezzo
  4.  
  5.  
  6.  
  7.  What's MakeDIZ ?
  8. ------------------
  9.  
  10.    Since  Internet is here a lot of people prefers to get files for Amiga
  11. directly  from  Aminet  sites  than from BBS: you connect there, you take
  12. files  and  at  the end of the session you find a directory full of files
  13. that  you  don't  remember  what  they  are for. Fortunately all files in
  14. Aminet  have  a descrition: infact every archive has his own .readme file
  15. in which there is a descrition and other important informations.
  16.  
  17.    This  program  borned  to  semplify  life  to  a  lot  of persons that
  18. continuosly  control  in the readme or in the recent what a file, founded
  19. around  in the HD, is for; it's very useful also for the Sysop that every
  20. day  must put in the BBS a lot of files and he needs an help to make this
  21. operation quicker and automatic.
  22.  
  23.    When  you  run it with the right parameters, the programs searches for
  24. every  archives  inside  a  specific  directory the correspondent .readme
  25. file,  it  obtains the description and it puts it as comment for the file
  26. (this can be useful both to see quickly what kind of file it is, both for
  27. the automatic upload in a lot of BBS programs), it inserts in the archive
  28. the  FILE_ID.DIZ containing an intestation file, the file descrition, the
  29. name of the author and the directory it was uploaded in.
  30.  
  31.  
  32.  Installation and use
  33. ----------------------
  34.  
  35.    The program is very easy to use, infact it is sufficient to copy it in
  36. a  directory  of  your  HD  (i don't suggest you the RAM disk for obvious
  37. reasons  :-).  It supports archives made by LHA, LhArc and DMS: to manage
  38. them  LHA  and  DMSdescript  must  be  in the current directory or in the
  39. searching  path  of  the  commands. Inside this archive I put DMSdescript
  40. because  it  can  be hard to find; I think that everybody has in his HD a
  41. copy of LHA!
  42.  
  43.    MakeDIZ has a series of parameters that you can use when you call it:
  44.  
  45.  DIR       This is the only needed parameter to the program: it shows the
  46.            directory where to search for files to process.
  47.  
  48.  NOCOMM    If  you  use this  parameter the  program  doesn't  write  his
  49.            description in the archive's comment.
  50.  
  51.  NODIZ     If  you use this parameter the  program doesn't  insert inside
  52.            the archive the FILE_ID.DIZ with his descrition.
  53.  
  54.  
  55.  NOINFO    If you  use this  parameter the  program  doesn't add to  the
  56.            FILE_ID.DIZ the name  of the author and the directory where it
  57.            was uploaded in. 
  58.  
  59.  
  60.  BANNER    It is possible to insert in  FILE_ID.DIZ the  text in the file
  61.            specified by this parameter.
  62.  
  63.  DATE      In FILE_ID.DIZ it's possible to insert  the date when the file
  64.            was created (e.g. to show the date of upload). If you use this
  65.            parameter  then  after  the  (suggested)  banner  it  will  be
  66.            inserted   the  current  date,  in  the  international  format
  67.            (dd-mmm-yy), and after the description of the archive.
  68.  
  69.  DELETE    Using this parameter you  can delete  the .readme  files after
  70.            using.  If  there's  an error inserting the FILE_ID.DIZ in the
  71.            archive, the correspondent .readme file will not be deleted.
  72.  
  73. Example:  MakeDIZ DH2:Aminet BANNER DH2:Univision.LOGO DATE DELETE
  74.  
  75.  
  76.  Distribution
  77. --------------
  78.  
  79.    The  MakeDIZ  program is (C) by Piergiorgio Ghezzo and it is developed
  80. under the concept of freeware: you don't need to register and the archive
  81. can  be  developed freely, but you cannot modify or ask money to copy it.
  82. You can insert the archive in PD libraries (e.g. Aminet CDs or disks with
  83. magazines).
  84.  
  85. THE  AUTHOR  IS NOT RESPONSABLE FOR ANY KIND OF PROBLEMS THIS PROGRAM MAY
  86. CAUSE DIRECTLY OR INDIRECTLY. The original archive is virus free.
  87.  
  88.  
  89.  Author
  90. --------
  91.  
  92.          For suggestion or problems you can contact the author:
  93.  
  94.                             Piergiorgio Ghezzo
  95.                             Via L. Loredan n.6
  96.                             30126 Lido-Venezia
  97.                                  ITALIA
  98.  
  99.                     E-Mail: pghezzo@dsi.unive.it
  100.                             2:333/707.0@fidonet.org
  101.                             39:101/1.0@amiganet.ftn
  102.  
  103.  
  104. Thanks to Simone Marascalchi for the english traslation.
  105.